home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / usr / share / doc / gcc-3.3-base / README.Debian < prev    next >
Encoding:
Text File  |  2007-01-03  |  3.6 KB  |  130 lines

  1.         The Debian GNU Compiler Collection setup
  2.         ========================================
  3.  
  4. Please see the README.Debian in /usr/share/doc/gcc, contained in the
  5. gcc package for a description of the setup of the different compiler
  6. versions.
  7.  
  8.  
  9. Maintainers of these packages
  10. -----------------------------
  11.  
  12. Matthias Klose <doko@debian.org>
  13. Ray Dassen <jdassen@debian.org>
  14. Jeff Bailey <jbailey@nisa.net>            (hurd-i386)
  15. Joel Baker <fenton@debian.org>            (netbsd-i386)
  16. Philip Blundell <pb@debian.org>            (arm-linux)
  17. Ben Collins <bcollins@debian.org>        (sparc-linux)
  18. Randolph Chung <tausq@debian.org>        (ia64-linux)
  19. Falk Hueffner <falk@debian.org>            (alpha-linux)
  20. Dan Jacobowitz <dan@debian.org>            (powerpc-linux)
  21. Ryan Murray <rmurray@cyberhqz.com>        (mips*-linux)
  22. Matt Taggart <taggart@carmen.fc.hp.com>        (hppa-linux)
  23. Gerhard Tonn <GerhardTonn@swol.de>        (s390-linux)
  24. Roman Zippel <zippel@linux-m68k.org>        (m68k-linux)
  25. Ludovic Brenta <ludovic@ludovic-brenta.org>    (gnat)
  26.  
  27. ===============================================================================
  28.  
  29. Patches that Ubuntu applied in this version:
  30.  
  31. rename-info-files:
  32.   Allow transformations on info file names. Reference the
  33.   transformed info file names in the texinfo files.
  34.  
  35. pr14925-doc:
  36.   Backport of PR14925 to the gcc-3.3 branch
  37.  
  38. gcc-doc-locale:
  39.   gcc/doc/invoke.texi: Fix locale name.
  40.  
  41. pr14925:
  42.   Backport of PR14925 to the gcc-3.3 branch
  43.  
  44. pr17684:
  45.   Backport of PR17684 to the gcc-3.3 branch
  46.  
  47. pr18153:
  48.   Backport of PR18153 to the gcc-3.3 branch
  49.  
  50. pr18380:
  51.   Backport of PR18380 to the gcc-3.3 branch
  52.  
  53. pr18508:
  54.   Backport of PR18508 to the gcc-3.3 branch
  55.  
  56. pr10692:
  57.   2005-01-05  Richard Henderson  <rth@redhat.com>
  58.   
  59.   PR rtl-opt/10692
  60.   * reload1.c (do_input_reload): Restrict the optimization deleteing
  61.   a previous output reload to RELOAD_FOR_INPUT.
  62.  
  63. pr23241:
  64.   Fix PR rtl-optimization/23241
  65.  
  66. gcc-version:
  67.   Add "(Debian <package version>)" to the gcc version string
  68.  
  69. libf2c-update:
  70.   libf2c update taken from the 3.4.1 release.
  71.  
  72. libobjc-update:
  73.   libobjc update taken from the 3.4.1 release.
  74.  
  75. libstdc++-pic:
  76.   Build and install libstdc++_pic.a library.
  77.  
  78. libstdc++-doclink:
  79.   link local libstdc++ documentation to local source-level documentation 
  80.  
  81. gccbug:
  82.   Use sensible-editor instead of vi as fallback editor
  83.  
  84. gccbug-posix:
  85.   Make gccbug POSIX compliant (patch by David Weinehall)
  86.   http://www.opengroup.org/onlinepubs/009695399/utilities/test.html
  87.  
  88. hppa-libffi:
  89.   libffi support for hppa
  90.  
  91. hppa-libjava:
  92.   Enable libjava support for hppa
  93.  
  94. libffi-config:
  95.   ffi.h.in: correctly #define ffi_type_[us]long on 32bit archs
  96.  
  97. i386-mtune:
  98.   2004-07-08  Paolo Bonzini  <bonzini@gnu.org>
  99.   Jakub Jelinek  <jakub@redhat.com>
  100.   
  101.       * config/i386/i386.c (override_options): Enable
  102.       SSE prefetches with -mtune, as long as we are
  103.       compiling for i686 or higher.  All i686 processors
  104.       accept SSE prefetches as NOPS, some i586's don't.
  105.  
  106. link-libs:
  107.  
  108. gcc-mips-update:
  109.   http://gcc.gnu.org/ml/gcc-patches/2004-06/msg01187.html
  110.   Backport from 3.4: Don't use empic relocs for mips-linux eh
  111.  
  112. libtool-rpath:
  113.   2003-03-10  Andreas Schwab  <schwab at suse dot de>
  114.   With the introduction of multi-os-directory the libdir specification in
  115.   *.la files have /. appended to $(libdir).  This confuses libtool when it
  116.   tries to find out whether to add -rpath, because it only matches literally
  117.   against sys_lib_dlsearch_path members.  Tested on i386-linux.
  118.  
  119. cpu-default-i486:
  120.   generate code for architecture i486, tuned for i686 by default.
  121.  
  122. multiarch-include:
  123.  
  124. reporting:
  125.   Add Debian URL for bug reporting isntructions.
  126.  
  127. configure-deplibs_check_method:
  128.   In all configure scripts for libraries, use
  129.   deplibs_check_method=pass_all unconditionally for all linux architectures.
  130.